home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Video.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  502 b   |  21 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3.   puppetSprite(the currentSpriteNum, 1)
  4.   set the castNum of sprite the currentSpriteNum to the number of member "rev2"
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(-1)
  9.   set the castNum of sprite the currentSpriteNum to the number of member "rev1"
  10. end
  11.  
  12. on mouseUp
  13.   cursor(-1)
  14.   set the castNum of sprite the currentSpriteNum to the number of member "rev1"
  15.   case the clickOn of
  16.     3:
  17.       set the movieRate of sprite 8 to 0
  18.       go(1, "photobook")
  19.   end case
  20. end
  21.